home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  1997-06-16  |  5KB  |  245 lines

  1. object Form10: TForm10
  2.   Left = 223
  3.   Top = 175
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Compression Tools'
  7.   ClientHeight = 199
  8.   ClientWidth = 449
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 131
  20.     Width = 64
  21.     Height = 13
  22.     Caption = 'Compress to :'
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 152
  27.     Width = 433
  28.     Height = 10
  29.     Shape = bsBottomLine
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 75
  33.     Top = 131
  34.     Width = 366
  35.     Height = 17
  36.     AutoSize = False
  37.     TabOrder = 2
  38.   end
  39.   object GroupBox1: TGroupBox
  40.     Left = 226
  41.     Top = 5
  42.     Width = 216
  43.     Height = 116
  44.     Caption = 'Options'
  45.     TabOrder = 3
  46.     object CheckBox1: TCheckBox
  47.       Left = 8
  48.       Top = 16
  49.       Width = 157
  50.       Height = 17
  51.       Caption = 'Include subdirectory'#39's'
  52.       TabOrder = 0
  53.     end
  54.     object CheckBox2: TCheckBox
  55.       Left = 8
  56.       Top = 40
  57.       Width = 206
  58.       Height = 17
  59.       Caption = 'Create 1.44 mb Files (Arj only)'
  60.       Enabled = False
  61.       TabOrder = 1
  62.     end
  63.     object CheckBox3: TCheckBox
  64.       Left = 8
  65.       Top = 64
  66.       Width = 86
  67.       Height = 17
  68.       Caption = 'Password.'
  69.       TabOrder = 2
  70.     end
  71.     object CheckBox4: TCheckBox
  72.       Left = 8
  73.       Top = 88
  74.       Width = 111
  75.       Height = 17
  76.       Caption = 'Compress All files.'
  77.       TabOrder = 4
  78.     end
  79.     object Edit2: TEdit
  80.       Left = 80
  81.       Top = 64
  82.       Width = 129
  83.       Height = 17
  84.       AutoSize = False
  85.       TabOrder = 3
  86.     end
  87.   end
  88.   object BitBtn1: TBitBtn
  89.     Left = 256
  90.     Top = 168
  91.     Width = 90
  92.     Height = 25
  93.     TabOrder = 0
  94.     Kind = bkOK
  95.   end
  96.   object BitBtn2: TBitBtn
  97.     Left = 352
  98.     Top = 168
  99.     Width = 90
  100.     Height = 25
  101.     TabOrder = 1
  102.     Kind = bkCancel
  103.   end
  104.   object Method: TGroupBox
  105.     Left = 8
  106.     Top = 5
  107.     Width = 209
  108.     Height = 116
  109.     Caption = 'Method'
  110.     TabOrder = 4
  111.     object RadioButton1: TRadioButton
  112.       Left = 8
  113.       Top = 34
  114.       Width = 113
  115.       Height = 17
  116.       Caption = 'Pkzip'
  117.       TabOrder = 0
  118.       OnClick = MethodClick
  119.     end
  120.     object RadioButton2: TRadioButton
  121.       Left = 8
  122.       Top = 16
  123.       Width = 113
  124.       Height = 17
  125.       Caption = 'Zip (internal)'
  126.       Checked = True
  127.       TabOrder = 1
  128.       TabStop = True
  129.       OnClick = MethodClick
  130.     end
  131.     object Custom5: TRadioButton
  132.       Tag = 5
  133.       Left = 112
  134.       Top = 52
  135.       Width = 89
  136.       Height = 17
  137.       Caption = 'Custom'
  138.       TabOrder = 2
  139.       Visible = False
  140.       OnClick = MethodClick
  141.     end
  142.     object RadioButton3: TRadioButton
  143.       Left = 8
  144.       Top = 52
  145.       Width = 81
  146.       Height = 17
  147.       Caption = 'MsCompress'
  148.       TabOrder = 3
  149.       OnClick = MethodClick
  150.     end
  151.     object Custom4: TRadioButton
  152.       Tag = 4
  153.       Left = 112
  154.       Top = 34
  155.       Width = 89
  156.       Height = 17
  157.       Caption = 'Custom'
  158.       TabOrder = 4
  159.       Visible = False
  160.       OnClick = MethodClick
  161.     end
  162.     object Custom1: TRadioButton
  163.       Tag = 1
  164.       Left = 8
  165.       Top = 70
  166.       Width = 97
  167.       Height = 17
  168.       Caption = 'Custom'
  169.       TabOrder = 5
  170.       Visible = False
  171.       OnClick = MethodClick
  172.     end
  173.     object Custom2: TRadioButton
  174.       Tag = 2
  175.       Left = 8
  176.       Top = 88
  177.       Width = 89
  178.       Height = 17
  179.       Caption = 'Custom'
  180.       TabOrder = 6
  181.       Visible = False
  182.       OnClick = MethodClick
  183.     end
  184.     object Custom3: TRadioButton
  185.       Tag = 3
  186.       Left = 112
  187.       Top = 16
  188.       Width = 89
  189.       Height = 17
  190.       Caption = 'Custom'
  191.       TabOrder = 7
  192.       Visible = False
  193.       OnClick = MethodClick
  194.     end
  195.     object Custom6: TRadioButton
  196.       Tag = 6
  197.       Left = 112
  198.       Top = 70
  199.       Width = 89
  200.       Height = 17
  201.       Caption = 'Custom'
  202.       TabOrder = 8
  203.       Visible = False
  204.       OnClick = MethodClick
  205.     end
  206.     object custom7: TRadioButton
  207.       Tag = 7
  208.       Left = 112
  209.       Top = 88
  210.       Width = 89
  211.       Height = 17
  212.       Caption = 'Custom'
  213.       TabOrder = 9
  214.       Visible = False
  215.       OnClick = MethodClick
  216.     end
  217.   end
  218.   object BitBtn3: TBitBtn
  219.     Left = 8
  220.     Top = 168
  221.     Width = 91
  222.     Height = 25
  223.     Hint = 'Seek Compression Tools...'
  224.     Caption = 'Seek...'
  225.     ParentShowHint = False
  226.     ShowHint = True
  227.     TabOrder = 5
  228.     OnClick = BitBtn3Click
  229.     Glyph.Data = {
  230.       78010000424D7801000000000000760000002800000020000000100000000100
  231.       04000000000000000000120B0000120B00000000000000000000000000000000
  232.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  233.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  234.       333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  235.       300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  236.       333337F373F773333333303330033333333337F3377333333333303333333333
  237.       333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  238.       333337777F337F33333330330BB00333333337F373F773333333303330033333
  239.       333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  240.       333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  241.       333373F7733333333333300333333333333337733333333333330000}
  242.     NumGlyphs = 2
  243.   end
  244. end
  245.